github.com/klauspost/compress/flate.huffmanDecoder.maxRead (field)

17 uses

	github.com/klauspost/compress/flate (current package)
		inflate.go#L105: 	maxRead  int                       // the maximum number of bits we can read and not overread
		inflate.go#L126: 	if h.maxRead != 0 {
		inflate.go#L178: 	h.maxRead = min
		inflate.go#L571: 	if f.h1.maxRead < f.bits[endBlockMarker] {
		inflate.go#L572: 		f.h1.maxRead = f.bits[endBlockMarker]
		inflate.go#L578: 		f.h1.maxRead += 10
		inflate.go#L711: 	n := uint(h.maxRead)
		inflate_gen.go#L46: 			n := uint(f.hl.maxRead)
		inflate_gen.go#L155: 			n := uint(f.hd.maxRead)
		inflate_gen.go#L297: 			n := uint(f.hl.maxRead)
		inflate_gen.go#L406: 			n := uint(f.hd.maxRead)
		inflate_gen.go#L548: 			n := uint(f.hl.maxRead)
		inflate_gen.go#L657: 			n := uint(f.hd.maxRead)
		inflate_gen.go#L799: 			n := uint(f.hl.maxRead)
		inflate_gen.go#L908: 			n := uint(f.hd.maxRead)
		inflate_gen.go#L1050: 			n := uint(f.hl.maxRead)
		inflate_gen.go#L1159: 			n := uint(f.hd.maxRead)